PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableCellCollection Class
Members
In This Topic
    PDFFlowTableCellCollection Class
    In This Topic
    Defines a collection of cells in a table row.
    Object Model
    PDFFlowTableCellCollection ClassPDFFlowTableCell Class
    Syntax
    public class PDFFlowTableCellCollection 
        extends com.o2sol.pdf4java.core.collections.Collection<T> 
    Inheritance Hierarchy

    java.lang.Object
       java.util.AbstractCollection
          java.util.AbstractList
             java.util.ArrayList
                com.o2sol.pdf4java.core.collections.Collection<T>
                   com.o2sol.pdf4java.flowdocument.PDFFlowTableCellCollection

    See Also